Opc.Ua.Core
Channel Property



Opc.Ua Namespace > UaChannelBase<TChannel> Class : Channel Property
Gets the inner channel.
Syntax
'Declaration
 
Protected ReadOnly Property Channel As TChannel
'Usage
 
Dim instance As UaChannelBase(Of TChannel)
Dim value As TChannel
 
value = instance.Channel
protected TChannel Channel {get;}
protected:
property TChannel^ Channel {
   TChannel^ get();
}

Property Value

The channel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaChannelBase<TChannel> Class
UaChannelBase<TChannel> Members